<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-----------------------------------
header
-----------------------------------*/
/* licence_header */
.licence_header {
  background-color: #F3F3F3;
  margin-bottom: 20px;
}
.licence_header_inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width:767px){
/*-----------------------------------
header
-----------------------------------*/
/* licence_header */
.licence_header {
  margin-bottom: 20px;
}
.licence_header_inner {
  width: 100%;
  text-align: center;
}
.licence_header_inner img {
  max-width: 100%;
  width: auto;
}
.tableColumnWrap .column:first-child {
	float:none;
	margin-bottom:10px;
}
}
</pre></body></html>